- Print
- DarkLight
Article summary
Did you find this summary helpful?
Thank you for your feedback!
Knowledge Base
next lets test with varibales.
var::
snippets: lets add below:
snip::
below is a code for science to philosophy:
{
"api_key": "your_openai_api_key",
"test_cases": [
"How does gravity work?",
"What are the effects of climate change?",
"Tell me about the life cycle of stars.",
"How do vaccines work?",
"What is the meaning of life?",
"Explain the theory of relativity.",
"What are the major events of World War II?",
"Describe the process of cell division.",
"What is the concept of supply and demand in economics?",
"Explain the principles of quantum mechanics."
],
"chatbot_settings": {
"engine": "davinci",
"max_tokens": 500,
"temperature": 0.7,
"n": 1,
"stop": null,
"timeout": null
}
}
Was this article helpful?